home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / down.im < prev    next >
Text File  |  1993-02-18  |  275b  |  7 lines

  1. #define down_width 16
  2. #define down_height 16
  3. static char down_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  5.    0x00, 0x00, 0xff, 0xff, 0xfe, 0x7f, 0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f,
  6.    0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00};
  7.